fix(YouTube - Open channel of live avatar): Fixed null exception after tap on some shorts player buttons#1497
Conversation
…r tap on some shorts player buttons
|
the original exception that would need the fix is still better than an potentially ineffective open channel from live avatar patch that the fix could cause |
??? |
|
just want to say that the fixes especially null checks that return false and remove of android.text.TextUtils import seen in this pr may in certain conditions make the patch ineffective |
|
The null check means there was no value. The removal of android.text.TextUtils import is because the import was not used. There is no problem. |
Don't worry. I removed the import because no istructions in the class use it. And the null check help to prevent the buttons, that are not a live avatar, to being recognized as it. |
|
thank you guys for answering my concerns |
## [1.29.0-dev.1](v1.28.0...v1.29.0-dev.1) (2026-05-18) ### 🐛 Bug Fixes * **Reddit:** Spoof installation source ([e62b180](e62b180)) * **YouTube - Open channel of live avatar:** Fixed null exception after tap on some shorts player buttons ([#1497](#1497)) ([6ec2fd4](6ec2fd4)) ### ✨ New Features * **Reddit:** Add experimental support for `2026.20.0` ([0e6b305](0e6b305))
## [1.29.0](v1.28.0...v1.29.0) (2026-05-21) ### 🐛 Bug Fixes * **Reddit:** Spoof installation source ([e62b180](e62b180)) * **YouTube - Open channel of live avatar:** deprecate match with translations ([#1511](#1511)) ([4264071](4264071)) * **YouTube - Open channel of live avatar:** Fixed null exception after tap on some shorts player buttons ([#1497](#1497)) ([6ec2fd4](6ec2fd4)) * **YouTube - PlayerOverlayButton:** Improved containers handling ([1580f02](1580f02)) * **YouTube - Remove background playback restrictions:** Disable client flag that interferes with player overlay buttons ([f24cae5](f24cae5)) ### ✨ New Features * **Reddit:** Add experimental support for `2026.20.0` ([0e6b305](0e6b305))
No description provided.